test

来自「C 开发的有限元软件」· 代码 · 共 14 行

TXT
14
字号
function foo ( )    for n in nodes	nodes (i) = 1    end    write ("hello")    write ("there")    write 1 + 2    write ("hello")    write ("there")endwrite ("hello")

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?