Skip to content

Commit

Permalink
Convert from C format to Lisp format
Browse files Browse the repository at this point in the history
  • Loading branch information
mesheets committed Jul 23, 2024
1 parent 10faedf commit 98d0ea7
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 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 :char_H 4)
(putc :char_E 3)
(putc :char_Parallel 2)
(putc :char_O 1)
(putc :char-H 4)
(putc :char-E 3)
(putc :char-Parallel 2)
(putc :char-O 1)
(sleep 1)

(putc :char_L 4)
(putc :char_E 3)
(putc :char_G 2)
(putc :char_O 1)
(putc :char-L 4)
(putc :char-E 3)
(putc :char-G 2)
(putc :char-O 1)
(sleep 1)

(cls)
Expand Down

0 comments on commit 98d0ea7

Please sign in to comment.