Skip to content

Commit

Permalink
ooops, forgot to add this file
Browse files Browse the repository at this point in the history
  • Loading branch information
andreasdr committed Jan 23, 2025
1 parent 3bae4d1 commit cdf1a2d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions resources/minitscript/tests/arraymapset-plus.tscript
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
# main
function: main()
console.printLine("------------------")
console.printLine("arraymapset-plus")
console.printLine("------------------")
console.printLine()
console.printLine([1,2,3,4,5] + [6,7,8,9])
console.printLine({a:1,b:2,c:3,d:4,e:5} + {e:5,f:6,g:7,h:8,i:9})
console.printLine({1,2,3,4,5} + {5,6,7,8,9})
end

0 comments on commit cdf1a2d

Please sign in to comment.