Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
8
Task/Map-range/Amazing-Hopper/map-range-4.hopper
Normal file
8
Task/Map-range/Amazing-Hopper/map-range-4.hopper
Normal file
|
|
@ -0,0 +1,8 @@
|
|||
#include <jambo.h>
|
||||
Main
|
||||
v=0,w=0
|
||||
Seqspaced(-1,0,11,w) // [-1,0}->[0-10]=11 números
|
||||
Seqspaced(0,10,11,v)
|
||||
Toksep( "\n" )
|
||||
Cat( Justright(5,Str(v))," => ",Justright(5,Str(w))), Prnl
|
||||
End
|
||||
Loading…
Add table
Add a link
Reference in a new issue