invert arguments in print line

This commit is contained in:
Peli de Halleux
2018-01-04 22:13:17 -08:00
parent de91dc6ab7
commit ac428a3936
2 changed files with 3 additions and 8 deletions

View File

@ -36,7 +36,7 @@
"brick.buttonUp|block": "up",
"brick.clearScreen|block": "clear screen",
"brick.lightPattern|block": "%pattern",
"brick.printLine|block": "print %text| at line %line",
"brick.printLine|block": "print at line %line|%text",
"brick.printPorts|block": "print ports",
"brick.setLight|block": "set light to %pattern=led_pattern",
"brick.showImage|block": "show image %image=screen_image_picker",