Difference between revisions of "Set"
Jump to navigation
Jump to search
m
another example
imported>JOG m |
imported>JOG m (another example) |
||
Line 42: | Line 42: | ||
set a to 9.0/5 + 0.5 ; will set "a" to '''2''' | set a to 9.0/5 + 0.5 ; will set "a" to '''2''' | ||
set a to 7.0/5 + 0.5 ; will set "a" to '''1''' | set a to 7.0/5 + 0.5 ; will set "a" to '''1''' | ||
short a | |||
set a to 9 | |||
set a to a/5.0 + 0.5 ; will set "a" to '''2''' | |||
short a | short a |