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

9
LINES

< > BotCompany Repo | #1018731 // Test structure/unstructure with Float

JavaX source code [tags: use-pretranspiled] - run with: x30.jar

Libraryless. Click here for Pure Java version (4719L/30K/103K).

!7

p {
  float f = -100.345f;
  print(struct(f));
  O o = unstruct(struct(f));
  print(o);
  assertTrue(o instanceof Float);
}

Author comment

Began life as a copy of #1002451

download  show line numbers  debug dex  old transpilations   

Travelled to 13 computer(s): aoiabmzegqzx, bhatertpkbcr, cbybwowwnfue, cfunsshuasjs, gwrvuhgaqvyk, irmadwmeruwu, ishqpsrjomds, lpdgvwnxivlt, mqqgnosmbjvj, pyentgdyhuwx, pzhvpgtvlbxg, tvejysmllsmz, vouqrxazstgt

No comments. add comment

Snippet ID: #1018731
Snippet name: Test structure/unstructure with Float
Eternal ID of this version: #1018731/3
Text MD5: 53b171b306e32581e288b9d59a3774b1
Transpilation MD5: 419f4abb0300a8bfc3706f6a95e19fe3
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2018-10-12 01:04:52
Source code size: 135 bytes / 9 lines
Pitched / IR pitched: No / No
Views / Downloads: 223 / 288
Version history: 2 change(s)
Referenced in: [show references]