Browse Source

添加一段代码示例

myuan 3 years ago
parent
commit
4f0339c9a5
1 changed files with 6 additions and 0 deletions
  1. 6 0
      3. 简单的数值语言及其虚拟机/code-examples.ve

+ 6 - 0
3. 简单的数值语言及其虚拟机/code-examples.ve

@@ -0,0 +1,6 @@
+# 这是示例代码
+# 注释的长度受限, /笑
+
+f(0) = 1
+1+2+6+3
+output(f(0) * (1 + 2 * 3))