1 | sO testFunction_old(S function, O... args) { |
2 | print(function + "(" + joinWithSpace(sfuAll(args)) + ")"); |
3 | O result = pcallF(function, args); |
4 | printIndent(sfu(result)); |
5 | ret result; |
6 | } |
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: | 190 / 216 |
Version history: | 1 change(s) |
Referenced in: | [show references] |