add extra files

This commit is contained in:
2021-01-22 23:16:02 -05:00
parent 5b32cb677a
commit e657af0635
25 changed files with 7698 additions and 0 deletions

BIN
red/hello-gui.exe Normal file

Binary file not shown.

3
red/hello-gui.red Normal file
View File

@@ -0,0 +1,3 @@
Red [Needs: 'View]
view [text "Hello, World!"]

BIN
red/hello.exe Normal file

Binary file not shown.

3
red/hello.red Normal file
View File

@@ -0,0 +1,3 @@
Red [Title: "Simple hello world Script"]
print "Hello, World"

3
red/image-viewer.red Normal file
View File

@@ -0,0 +1,3 @@
Red [ tite: "Simple Image Viewer" needs: 'view]

6352
red/libRedRT-defs.r Normal file

File diff suppressed because one or more lines are too long

1
red/libRedRT-extras.r Normal file
View File

@@ -0,0 +1 @@
red/symbol/make-opt red/alloc-at-tail red/none/make-in red/unicode/to-utf16-len red/unicode/to-utf16 red/handle/make-at red/unicode/load-utf16 red/ownership/unbind-each red/image/resize red/image/delete red/date/make-at red/vector/make-at red/OS-image/delete red/float/abs red/image/any-resize red/OS-image/width? red/OS-image/height? red/binary/make-at red/OS-image/make-image red/file/to-OS-path red/string/rs-abs-at red/map/put red/collector/keep red/collector/register red/unicode/get-cache red/percent/rs-make-at red/string/sniff-chars

1084
red/libRedRT-include.red Normal file

File diff suppressed because it is too large Load Diff

BIN
red/libRedRT.dll Normal file

Binary file not shown.

BIN
red/print-message.exe Normal file

Binary file not shown.

2
red/print-message.red Normal file
View File

@@ -0,0 +1,2 @@
Red [ Title: "My program" needs: 'view]
view [ text "Its a great big world!" button "Quit" [quit] ]

BIN
red/print-name.exe Normal file

Binary file not shown.

3
red/print-name.red Normal file
View File

@@ -0,0 +1,3 @@
Red [Needs: 'View]
view [name: field button "Hi" [print ["Hi" name/text]]]