Merge pull request #185 from Microsoft/printlineinverted

invert arguments in print line
This commit is contained in:
Sam El-Husseini
2018-01-07 12:14:16 -08:00
committed by GitHub
2 changed files with 3 additions and 8 deletions

View File

@ -37,7 +37,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",