Skip to content

Commit

Permalink
Update demo program for testing
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 23, 2024
1 parent 6787d85 commit 9ac6009
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions demo/xs-lisp/hello-xsLisp.lsp
Original file line number Diff line number Diff line change
Expand Up @@ -13,16 +13,16 @@
;; hello world

(begin
(putc-native-user :char-H :char-E :char-parallel :char-O)
(putc-native-user :char-H :char-E :char-parallel)
(msleep 1000)

(putc-native-user :char-L :char-E :char-G :char-O)
(putc-native-user :char-L :char-E :char-G)
(sleep 1)

(cls)
(sleep 1)

(putc-native-user :char-F :char-L :char-I :char-P)
(putc-native-user :char-F :char-L :char-I)
(putc-native :char-dash 5)
(sleep 1)

Expand Down

0 comments on commit 9ac6009

Please sign in to comment.