This website works better with JavaScript
Home
Explore
Help
Register
Sign In
myuan
/
elang
Watch
1
Star
0
Fork
0
Files
Issues
0
Pull Requests
0
Wiki
Browse Source
添加一段代码示例
myuan
3 years ago
parent
81ac1627cf
commit
4f0339c9a5
1 changed files
with
6 additions
and
0 deletions
Split View
Show Diff Stats
6
0
3. 简单的数值语言及其虚拟机/code-examples.ve
+ 6
- 0
3. 简单的数值语言及其虚拟机/code-examples.ve
View File
@@ -0,0 +1,6 @@
+# 这是示例代码
+# 注释的长度受限, /笑
+
+f(0) = 1
+1+2+6+3
+output(f(0) * (1 + 2 * 3))