Changes

324 bytes added ,  16:31, 14 June 2016
Line 621: Line 621:     
NOTE: In general, if a conversion fails, the original value with units are returned. This behavior can be changed so that a unit conversion if not possible, would return a null value. (This will be detailed shortly).
 
NOTE: In general, if a conversion fails, the original value with units are returned. This behavior can be changed so that a unit conversion if not possible, would return a null value. (This will be detailed shortly).
 +
 +
 +
 +
 +
==Interesting Techniques==
 +
 +
[[Special_Notations_in_Naming_Variables| Long Variable Names]] can be used in the expressions, including units as given below.
 +
 +
##weight of zone=3m;
 +
 +
++(##weight of zone);
 +
 +
weightofzone+4;
 +
 +
Please note that ##weight of zone is the same as weightofzone.
       
==MORE==
 
==MORE==
 +
 +
/* THESE ARE BEING DOCUMENTED NOW */
 
 
 
(1..100)<>l<>ul
 
(1..100)<>l<>ul
2,824

edits