Libraryless. Click here for Pure Java version (7337L/49K/164K).
1 | !7 |
2 | |
3 | static State state; |
4 | concept State { |
5 | S emotion, thought; |
6 | } |
7 | sS emotion, thought; |
8 | |
9 | p { |
10 | db(); |
11 | state = uniq(State); |
12 | copyFieldsToGlobalVariables(state, 'emotion, 'thought); |
13 | print("Emotion: " + or_none(emotion) + ", thought: " + or_none(thought)); |
14 | } |
download show line numbers debug dex old transpilations
Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt
No comments. add comment
Snippet ID: | #1009379 |
Snippet name: | Superbird [dev.] |
Eternal ID of this version: | #1009379/4 |
Text MD5: | 07a539d01296214877e51645b8280660 |
Transpilation MD5: | 46084db9330d518d6a916b3feacd4252 |
Author: | stefan |
Category: | javax / a.i. |
Type: | JavaX source code |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2017-07-27 23:34:44 |
Source code size: | 269 bytes / 14 lines |
Pitched / IR pitched: | No / No |
Views / Downloads: | 401 / 507 |
Version history: | 3 change(s) |
Referenced in: | [show references] |