This commit is contained in:
gingerBill
2022-01-27 16:09:05 +00:00
parent 2aa783179e
commit 5eea23cf76
+1 -1
View File
@@ -2,7 +2,7 @@
package builtin
nil :: nil;
false :: 0!==0;
false :: 0!=0;
true :: 0==0;
ODIN_OS :: ODIN_OS;