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

4
LINES

< > BotCompany Repo | #1025792 // canCallAndMakeFunctionNamed - is it a standard function or exists in current program (not checking args)

JavaX fragment (include) [tags: use-pretranspiled]

Transpiled version (4735L) is out of date.

sbool canCallAndMakeFunctionNamed(S functionName) {
  ret hasMethodNamed(mc(), functionName)
    || isStandardFunction(functionName);
}

Author comment

Began life as a copy of #1011493

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1025792
Snippet name: canCallAndMakeFunctionNamed - is it a standard function or exists in current program (not checking args)
Eternal ID of this version: #1025792/3
Text MD5: dc202720cde29c74853094445d8506fb
Author: stefan
Category: javax
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-10-20 14:43:38
Source code size: 138 bytes / 4 lines
Pitched / IR pitched: No / No
Views / Downloads: 150 / 219
Version history: 2 change(s)
Referenced in: [show references]