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)

static L<S> gLog() {
  ret genLog();
}

static void gLog_set(L<S> log) {
  genLog_set(log);
}

static void gLog_clear() {
  genLog_clear();
}

static void gLogSet(L<S> log) {
  genLog_set(log);
}

static void gSet(L<S> log) {
  genLog_set(log);
}

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: 613 / 564
Referenced in: [show references]