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

19
LINES

< > BotCompany Repo | #1004002 // gLog, gLog_set, gLog_clear - synonyms of genLog*; gLogSet, gSet

JavaX fragment (include)

1  
static L<S> gLog() {
2  
  ret genLog();
3  
}
4  
5  
static void gLog_set(L<S> log) {
6  
  genLog_set(log);
7  
}
8  
9  
static void gLog_clear() {
10  
  genLog_clear();
11  
}
12  
13  
static void gLogSet(L<S> log) {
14  
  genLog_set(log);
15  
}
16  
17  
static void gSet(L<S> log) {
18  
  genLog_set(log);
19  
}

Author comment

Began life as a copy of #1003810

download  show line numbers  debug dex  old transpilations   

Travelled to 14 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, ddnzoavkxhuk, gwrvuhgaqvyk, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tslmcundralx, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1004002
Snippet name: gLog, gLog_set, gLog_clear - synonyms of genLog*; gLogSet, gSet
Eternal ID of this version: #1004002/1
Text MD5: 470f0679cc98ff7789f250d5325144e5
Author: stefan
Category: javax / talking robots
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2016-08-18 19:39:51
Source code size: 266 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 618 / 569
Referenced in: [show references]