User Tools

Site Tools


modding:function:not

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Last revisionBoth sides next revision
modding:function:not [2014/12/27 04:40] – external edit 127.0.0.1modding:function:not [2017/01/28 02:46] 0xabcdef
Line 19: Line 19:
 (not (eq 1 2)) -> True (not (eq 1 2)) -> True
  
-(not (gr 2 1)) -> Nil</code>+(not (gr 2 1)) -> Nil 
 + 
 +(not 5) -> Nil 
 + 
 +(not "foo") -> Nil 
 + 
 +(not not) -> Nil 
 + 
 +</code>
  
 Return to [[:Functions]] list Return to [[:Functions]] list
modding/function/not.txt · Last modified: 2017/01/28 03:47 by 0xabcdef