Changes between Version 2 and Version 3 of AllAboutSGI
- Timestamp:
- 2017-06-30 05:50:52 (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
AllAboutSGI
v2 v3 90 90 A function needs to be declared before it is used, NB declared but not necessarily written. Each time a function is declared it's old code is deleted ... to this end, any function can be re-defined "on the fly" using the 'exec' function. 91 91 92 == SGI Test Optimisation ==92 == SGI Lazy Evaluation == 93 93 In the "expression" and "andClause"s, SGI is now (like C) decision optimising. 94 94