add != >= <= ops and change / to divmod and add int.mcl stdlib entry
This commit is contained in:
5
include/int.mcl
Normal file
5
include/int.mcl
Normal file
@@ -0,0 +1,5 @@
|
||||
macro NULL 0 end
|
||||
macro false 0 end
|
||||
macro true 1 end
|
||||
macro div divmod drop end
|
||||
macro mod divmod swap drop end
|
||||
Reference in New Issue
Block a user