operator-language 0.0.5

Creator: railscoder56

Last updated:

Add to Cart

Description:

operatorlanguage 0.0.5

# Operator语言教程
Operator是一门只需要符号编辑的编程语言。
而,在Operator中只有两个变量,分别是m和n
结合以下标识符,就能完成一些操作。
`python '+' -> m+=1 '-' -> m-=1 '*' -> m*=n '/' -> m//=n '%' -> m%=n '^' -> m**=n '|' -> m=abs(m) '=' -> n=m '"' -> n=chr(m) '~' -> m,n=n,m ';' -> print(n,end='') ':' -> m=input() '[...]' -> for i in range(n):... '`...`' -> #... `
这是作者写的一串Hello World的代码
` +++=-^+=-*"; .++=+++*=/+~^+";+++++++";; +++"; =/++~/=-----"; .+++=-^=+++*-"; .++=+++*=+*+"; =+++"; ------"; --------"; `
目前作者还在改进嵌套循环的代码,敬请期待~

License

For personal and professional use. You cannot resell or redistribute these repositories in their original state.

Customer Reviews

There are no reviews.