Libraryless. Click here for Pure Java version (369L/3K/10K).
1 | !752 |
2 | |
3 | static new L<L<S>> allVariables; // bot ID + variable name |
4 | |
5 | p {
|
6 | allVariables.add(litlist(programID(), "allVariables")); |
7 | } |
8 | |
9 | static S html() {
|
10 | new StringBuilder buf; |
11 | for (L<S> l : allVariables) |
12 | buf.append(htag("li", l.get(0) + "." + l.get(1)));
|
13 | |
14 | ret htag("p", "Variables I know:") + htag("ul", buf);
|
15 | } |
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: | #1002360 |
| Snippet name: | Variables HTML Bot |
| Eternal ID of this version: | #1002360/1 |
| Text MD5: | 8805e88e9455df5720152e3dc2a6299d |
| Transpilation MD5: | 4beea6e405905042f967b3fcf892aed8 |
| Author: | stefan |
| Category: | eleu |
| Type: | JavaX source code |
| Public (visible to everyone): | Yes |
| Archived (hidden from active list): | No |
| Created/modified: | 2016-01-18 16:52:08 |
| Source code size: | 333 bytes / 15 lines |
| Pitched / IR pitched: | No / No |
| Views / Downloads: | 935 / 1628 |
| Referenced in: | [show references] |