浪語:修订间差异

无编辑摘要
无编辑摘要
标签2017年版源代码编辑
无编辑摘要
标签2017年版源代码编辑
第143行: 第143行:
<syntaxhighlight lang="javascript" line="1">
<syntaxhighlight lang="javascript" line="1">
state welcome {
state welcome {
    drrr.print("hello world");
    print("hello world");
    going bye
    going bye
}
}


state bye {
state bye {
    drrr.print("bye");
    print("bye");
    // done.
    // done.
}
}
第157行: 第157行:
<syntaxhighlight lang="javascript" line="1">
<syntaxhighlight lang="javascript" line="1">
state welcome {
state welcome {
    drrr.print("hello world");
    print("hello world");
    going bye
    going bye
}
}


state bye {
state bye {
    drrr.print("bye");
    print("bye");
    // because "visit welcome", so back to visit
    // because "visit welcome", so back to visit
}
}
153

个编辑