Difference between revisions of "Talk:Set"
Jump to navigation
Jump to search
m
no edit summary
imported>DragoonWraith (good stuff) |
imported>He6Stt m |
||
Line 1: | Line 1: | ||
-- [[User:GreyWanderer|Grey]]: Doesn't the negative factor in the given example need to be in brackets? | -- [[User:GreyWanderer|Grey]]: Doesn't the negative factor in the given example need to be in brackets? | ||
--[[User:JOG|JOG]] 03:38, 17 April 2006 (EDT) No, you just need NO space between minus and variable. You need the space when you use the minus as operator, though. ("b | --[[User:JOG|JOG]] 03:38, 17 April 2006 (EDT) No, you just need NO space between minus and variable. You need the space when you use the minus as operator, though. ("b a" compiles, "b-a" doesn't, you need "b - a".) | ||
What happens to the rest of the script when you divide by 0; does it continue processing or stop completely? --[[User:Omzy|Omzy]] 01:42, 23 June 2006 (EDT) | What happens to the rest of the script when you divide by 0; does it continue processing or stop completely? --[[User:Omzy|Omzy]] 01:42, 23 June 2006 (EDT) | ||
Line 20: | Line 20: | ||
<pre> | <pre> | ||
if y == 0 | if y == 0 | ||
Set y to y | Set y to y .001 | ||
endif | endif | ||
</pre> | </pre> |