aparse.otml

来自「SRI international 发布的OAA框架软件」· OTML 代码 · 共 14 行

OTML
14
字号
<!-- Try it out with some punctuation. -->

<testcase>
  <prompt>
    Enter "What is Phil's favorite color" in the debug window.
  </prompt>
  <toFac timeout="1000">
    ev_solve(_,nl_to_icl('What is Phil''s favorite color',[],Var),_)
  </toFac>
  <toFac timeout="1000">
    ev_solve(_,nl_to_icl('He''s always here',[],Var),_)
  </toFac>
</testcase>

⌨️ 快捷键说明

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