comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » Re: Running bucles on LINUX terminal
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Return to the default flat view Create a new topic Submit Reply
Re: Running bucles on LINUX terminal [message #65680] Tue, 17 March 2009 03:36 Go to previous message
T.H. is currently offline  T.H.
Messages: 13
Registered: December 2008
Junior Member
On Mar 16, 1:34 pm, llo <bernat.puigdomen...@gmail.com> wrote:
> Hi people,
>
> We can run bulces on the LINUX terminal using & $ after each line.
> For example:
>
> FOR i=0, 5 DO BEGIN & $
>  FOR j=0, 2 DO BEGIN & $
>    PRINT, i & $
>    PRINT, j & $
>  ENDFOR & $
> ENDFOR
>
> Today a friend tells me another way to do that:
>
> .R
> FOR i=0, 5 DO BEGIN
>   FOR j=0, 2 DO BEGIN
>      PRINT, i
>      PRINT, j
>   ENDFOR
> ENDFOR
> END
>
> Cheers,
>
> llo

This is a great tip. Thanks for sharing.
[Message index]
 
Read Message
Read Message
Read Message
Read Message
Previous Topic: weird behaviour of ishft
Next Topic: Re: weird behaviour of ishft

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Sun Oct 12 10:31:16 PDT 2025

Total time taken to generate the page: 1.60588 seconds