static S askMyself(S s) { print("> " + s); try { S answer = callStaticAnswerMethod(s, litlist(s)); print("< " + answer); ret answer; } catch (Exception e) { e.printStackTrace(); ret e.toString(); } }
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: | #1001801 |
Snippet name: | askMyself |
Eternal ID of this version: | #1001801/1 |
Text MD5: | 64309acb316e719f02686e5f32b487da |
Author: | stefan |
Category: | |
Type: | JavaX fragment (include) |
Public (visible to everyone): | Yes |
Archived (hidden from active list): | No |
Created/modified: | 2015-11-16 19:53:43 |
Source code size: | 237 bytes / 11 lines |
Pitched / IR pitched: | No / Yes |
Views / Downloads: | 691 / 924 |
Referenced in: | #1002376 - askSelf - ask main bot #1002427 - Accellerating 629 (SPIKE) #1006654 - Standard functions list 2 (LIVE, continuation of #761) #3000382 - Answer for ferdie (>> t = 1, f = 0) |