mirror of
https://github.com/Reuh/anselme.git
synced 2025-10-27 08:39:30 +00:00
[language] convert identifier to string when used as the name in a pair
This commit is contained in:
parent
b47e1940e9
commit
12eb1d8f68
6 changed files with 25 additions and 6 deletions
|
|
@ -1,7 +1,7 @@
|
|||
--# run #--
|
||||
--- text ---
|
||||
| {}"" {}"[\"test\":1, 3:\"p\", \"test\":\"foo\", \"ho\":\"ah\", \"test\":\"test\"]" {}"" |
|
||||
| {}"" {}"[\"name\":1, 3:\"p\", \"test\":\"foo\", \"ho\":\"ah\", \"name\":\"test\"]" {}"" |
|
||||
| {}"" {}"[\"name\":1, 3:\"p\", \"name\":\"foo\", \"ho\":\"ah\", \"name\":\"test\"]" {}"" |
|
||||
--- return ---
|
||||
()
|
||||
--# saved #--
|
||||
|
|
|
|||
|
|
@ -1,4 +1,4 @@
|
|||
:f = $(l)
|
||||
|{l}
|
||||
|
||||
f{4:3,true:6,"l":8}
|
||||
f{4:3,(true):6,"l":8}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue