|
|
|
backslashedP char
backslashed? char
outputs TRUE if the input character was originally entered into Logo with a backslash (\) before it or within vertical bars (|) to prevent its usual special syntactic meaning, FALSE otherwise. (Outputs TRUE only if the character is a
backslashed space, tab, newline, carriage return or one of ()[]{}<>;|~"\+-*/^=:?. |
backslashed? "\\ ;true ;-) backslashed? "\[ ;true ;-) backslashed? "\= ;true ;-) backslashed? "\a ;false ;-) |
|
|
|