📄 sets.out
字号:
reading symbolic information ...type Color = (RED, BLUE, GREEN);type ColorSet = set of Color;[1] stop in p[1] stopped in p at line 9 9 beginstopped in p at line 10 10 s := [RED, BLUE];p(s = []), line 10 in "sets.p"program(), line 14 in "sets.p"main(0x1, 0x7fffe7e8, 0x7fffe7f0) at 0xa9stopped in p at line 11 11 end;[RED, BLUE] stopped in program at line 15 15 if BLUE in s then beginstopped in program at line 16 16 s := s - [BLUE];stopped in program at line 18 18 end.program(), line 18 in "sets.p"main(0x1, 0x7fffe7e8, 0x7fffe7f0) at 0xa9[RED]
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -