Fulltext results:
- basic_expressions
- e ''eval()'' function evaluates its argument as a script and returns the return value from it. The script gets runs in the same namespace where ''eval()'' was called. $ a = eval(""" 'arg'
- miscellaneous
- Scopes ^ ^ -> ====== Miscellaneous ====== ===== Script return value ===== In certain circumstances, it is useful to return a value from the entire script itself, and not just from a function. For example, the argument to ''eval()'' is a script whose return value is returned to the caller. The script return value is the final evaluated expression of the script. if True "I am the
- records
- s ====== Records are the foundation of Doomsday Script. Each namespace and module is a record, each obje... e''), but may still be referenced by variables in scripts. A script variable may own a record, or simply reference one owned by someone else. When a record gets ... nt to other records, while others have plain data values. ===== Creation ===== There are a few alterna