Update 'max'

2022-02-18 19:25:28 +01:00
parent c6781c8e94
commit d539a12a7b

2
max.md

@@ -11,7 +11,7 @@ L'altre valor a comparar.
### Exemple ### Exemple
``` ```
function init() function init()
setmode(2) mode(2)
x,y=10,7 x,y=10,7
color(COLOR_YELLOW, COLOR_BLUE) color(COLOR_YELLOW, COLOR_BLUE)
end end