This website works better with JavaScript
Inicio
Explorar
Axuda
Iniciar sesión
myuan
/
elang
Seguir
1
Destacar
0
Fork
0
Ficheiros
Incidencias
0
Pull Requests
0
Wiki
Explorar o código
添加一段代码示例
myuan
%!s(int64=3) %!d(string=hai) anos
pai
81ac1627cf
achega
4f0339c9a5
Modificáronse 1 ficheiros
con
6 adicións
e
0 borrados
Dividir vista
Mostrar estatísticas de Diff
6
0
3. 简单的数值语言及其虚拟机/code-examples.ve
+ 6
- 0
3. 简单的数值语言及其虚拟机/code-examples.ve
Ver ficheiro
@@ -0,0 +1,6 @@
+# 这是示例代码
+# 注释的长度受限, /笑
+
+f(0) = 1
+1+2+6+3
+output(f(0) * (1 + 2 * 3))