if i want to do this:
if x==0
return 1
else
return 2 how do i write that in Arc? (= 1 1) returns T in Common Lisp but in Arc you get "cant take car of 1". also in DrScheme, when you press enter when using def it shifts row and is unindented.
is there a way not to use the rectangecursor and have the text being indented? |