Completely change naming conventions of field forms and definition macros. Close #32

This commit is contained in:
2021-07-24 14:22:10 -06:00
parent 016474e893
commit 5d43feb97b
15 changed files with 184 additions and 181 deletions

View File

@@ -1,2 +1,2 @@
(defun :Void main []
(print "Hello world!"))
(function :Void main []
(print "Hello world!"))