diff options
Diffstat (limited to 'example0.luma')
-rw-r--r-- | example0.luma | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/example0.luma b/example0.luma deleted file mode 100644 index 74245a0..0000000 --- a/example0.luma +++ /dev/null @@ -1,9 +0,0 @@ -frm /std/gfx imp clswin crtwin win_t -void_t:main -fn [] - print “Creating window...\n” - /std/gfx/win_t:win - > Remember that Luma is little-endian, so numbers must be written reverse of what they normaly are (example: 123 becomes 321) - catch (win = (/std/gfx/crtwin “luma test” #0 #0 #417 #045 no)) - print (“Error " + $errval + " when creating window") - thrw #1 - /std/gfx/clswin |