ex2.str

来自「一个自定义简单脚本引擎的实现代码」· STR 代码 · 共 11 行

STR
11
字号
// Example 2 for our string compiler

print "Answer to the Ultimate " +
      "Question of Life, the Universe and Everything > ";
input answer;
if (answer == "42")
   print "Right!";
else
   print "Wrong!";

⌨️ 快捷键说明

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