Draw a clock: Difference between revisions

m
Line 267:
=={{header|Amazing Hopper}}==
{{Trans|bbcbasic}}
{{Trans|baconbaCon}}
"Clock" dibujado en modo texto con Hopper-Jambo.
[[File:Captura_de_pantalla_de_2022-10-11_01-10-51.png|200px|thumb|right|Caption]]
Line 278:
 
#include <jambo.h>
 
#define ONESECOND 1000
 
Main
Line 293 ⟶ 295:
Tic ( last time )
Loop
On time ( 1000ONE SECOND ~= last time ){
Gosub 'draw clock'
}
543

edits