• R/O
  • HTTP
  • SSH
  • HTTPS

Commit

Tags
Keine Tags

Frequently used words (click to add to your profile)

javac++androidlinuxc#windowsobjective-ccocoa誰得qtpythonphprubygameguibathyscaphec計画中(planning stage)翻訳omegatframeworktwitterdomtestvb.netdirectxゲームエンジンbtronarduinopreviewer

Baremetal Lisp interpreter and compiler for low-resource devices


Commit MetaInfo

Revision0c5b82ddb61b9f94243ea6fe5fe5274d86a1516d (tree)
Zeit2020-09-08 07:00:56
AutorAlaskanEmily <emily@alas...>
CommiterAlaskanEmily

Log Message

Add a def test

Ändern Zusammenfassung

Diff

--- /dev/null
+++ b/tests/print3.lsp
@@ -0,0 +1,10 @@
1+; Any copyright is dedicated to the Public Domain.
2+; https://creativecommons.org/publicdomain/zero/1.0/
3+
4+(defun println (a)
5+ (print a)
6+ (print "\n"))
7+
8+(def x "Hello world")
9+
10+(println x)
\ No newline at end of file