Add Caché ObjectScript (#879)

This commit is contained in:
richdevegili
2021-01-04 02:30:06 -03:00
committed by GitHub
parent d366aa622d
commit 27bfdb9ef3
2 changed files with 5 additions and 1 deletions

3
c/cache-objectscript.mac Normal file
View File

@@ -0,0 +1,3 @@
HelloWorld ;
Write "Hello World"
Quit