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

16
LINES

< > BotCompany Repo | #1024183 // Test structure/unstructure with syncMap [dev.]

JavaX source code - run with: x30.jar

!7

sclass A {
  S a, b;
  
  [stdEq]
}

p {
  unstructure_debug = true;
  testStructureFunction(litsyncmap("test" := nu(A, a := "AAA")));
  testStructureFunction(litsyncmap(
    "test" := nu(A, a := "AAA"),
    "bla" := nu(A, b := "BBB")));
  print("OK");
}

Author comment

Began life as a copy of #1005974

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: #1024183
Snippet name: Test structure/unstructure with syncMap [dev.]
Eternal ID of this version: #1024183/1
Text MD5: a56c66c02370d68539621e935cf17eed
Author: stefan
Category: javax
Type: JavaX source code
Public (visible to everyone): Yes
Archived (hidden from active list): No
Created/modified: 2019-07-24 18:42:08
Source code size: 273 bytes / 16 lines
Pitched / IR pitched: No / No
Views / Downloads: 116 / 150
Referenced in: [show references]