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

19
LINES

< > BotCompany Repo | #1031771 // test_tok_numberFunctionNames

JavaX fragment (include)

svoid test_tok_numberFunctionNames() {
  testTranspilationFunction tok_numberFunctionNames(
    "1to(100)",
    "oneTo(100)",
    "0xabc",
    "0xabc",
    "0f",
    "0f",
    "5.5F",
    "5.5F",
    "1E6", "1E6",
    "1e6", "1e6",
    "5.1e-5", "5.1e-5",
    "1E20f", "1E20f",
    "1_000", "1_000",
    "1_000_000", "1_000_000",
    "0b000_011_011", "0b000_011_011",
  );
}

Author comment

Began life as a copy of #1030863

download  show line numbers  debug dex  old transpilations   

Travelled to 6 computer(s): bhatertpkbcr, ekrmjmnbrukm, mowyntqkapby, mqqgnosmbjvj, pyentgdyhuwx, vouqrxazstgt

No comments. add comment

Snippet ID: #1031771
Snippet name: test_tok_numberFunctionNames
Eternal ID of this version: #1031771/10
Text MD5: d2b52ad6261f0c4e2dbc3371fc7c703c
Author: stefan
Category: javax / transpiling
Type: JavaX fragment (include)
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2022-03-21 18:30:38
Source code size: 392 bytes / 19 lines
Pitched / IR pitched: No / No
Views / Downloads: 97 / 188
Version history: 9 change(s)
Referenced in: [show references]