diff --git a/README.md b/README.md index 5b242a1..4a657ba 100644 --- a/README.md +++ b/README.md @@ -11,7 +11,7 @@ The central unit of execution is 'task'. The main difference from the plain old #### Hello world Here's a simple example of a task: -``` +```php true], }); ``` +### Setting a property only if it's not already set + +Use **setor** built-in function. Property will be set only if it's not set some where before. It's a convenient pattern to have a default set of properties which can be overriden by the environment properties included from an external script. + +```php + true], + function() { + setor("IOS_APP_ID", "4242jfhFD"); + }); +``` + ### Getting a property Use **get** built-in function: -``` +```php