Update 'print'
2
print.md
2
print.md
@@ -14,7 +14,7 @@ Opcional. Un nombre del 0 al 30 (modes 0 i 1) o al 15 (mode 2).
|
|||||||
### Exemple
|
### Exemple
|
||||||
```
|
```
|
||||||
function init()
|
function init()
|
||||||
setmode(1)
|
mode(1)
|
||||||
cls()
|
cls()
|
||||||
print(" HOLA MUNDO ",14,11)
|
print(" HOLA MUNDO ",14,11)
|
||||||
end
|
end
|
||||||
|
|||||||
Reference in New Issue
Block a user