1 | concept UserLine { |
2 | S text; |
3 | |
4 | *() {} |
5 | *(S *text) { change(); } |
6 | } |
7 | |
8 | concept UserAnswer { |
9 | new Ref<UserLine> userLine; |
10 | S text; |
11 | bool solvable; |
12 | } |
13 | |
14 | concept SystemAnswer { |
15 | new Ref<UserLine> userLine; |
16 | S text; |
17 | } |
18 | |
19 | concept SCDefaults { |
20 | bool solvable; |
21 | } |
download show line numbers debug dex old transpilations
Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, onxytkatvevr, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1005347 |
Snippet name: | Classes for Smart Console |
Eternal ID of this version: | #1005347/1 |
Text MD5: | 0fdbe9fb666c2c79f6376f35a3c5f652 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2016-11-16 15:49:05 |
Source code size: | 277 bytes / 21 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 480 / 1116 |
Referenced in: | [show references] |