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

6
LINES

< > BotCompany Repo | #1030281 // testFunction_old - call function and print input and output

JavaX fragment (include)

sO testFunction_old(S function, O... args) {
  print(function + "(" + joinWithSpace(sfuAll(args)) + ")");
  O result = pcallF(function, args);
  printIndent(sfu(result));
  ret result;
}

Author comment

Began life as a copy of #1013575

download  show line numbers  debug dex  old transpilations   

Travelled to 4 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1030281
Snippet name: testFunction_old - call function and print input and output
Eternal ID of this version: #1030281/2
Text MD5: 1d4f2d9b5ee5971cc19aa5f4fa2e0f3b
Author: stefan
Category: javax / testing
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2020-11-25 14:38:57
Source code size: 191 bytes / 6 lines
Pitched / IR pitched: No / No
Views / Downloads: 99 / 129
Version history: 1 change(s)
Referenced in: #1006654 - Standard functions list 2 (LIVE, continuation of #761)