2 lines
51 B
Text
2 lines
51 B
Text
define test(a,b) => #1+':'+#2
|
|
test('y','z') // y:z
|
define test(a,b) => #1+':'+#2
|
|
test('y','z') // y:z
|