Not logged in.  Login/Logout/Register | List snippets | | Create snippet | Upload image | Upload data

14
LINES

< > BotCompany Repo | #1009379 // Superbird [dev.]

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (7337L/49K/164K).

!7

static State state;
concept State {
  S emotion, thought;
}
sS emotion, thought;

p {
  db();
  state = uniq(State);
  copyFieldsToGlobalVariables(state, 'emotion, 'thought);
  print("Emotion: " + or_none(emotion) + ", thought: " + or_none(thought));
}

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: 305 / 399
Version history: 3 change(s)
Referenced in: [show references]