| bio | website | |
|---|---|---|
| location | ||
| age | ||
| visits | member for | 6 months |
| seen | Oct 31 '12 at 16:55 | |
| stats | profile views | 1 |
|
Oct 31 |
comment |
Is it possible to print more than last line with Get (<<) without using Print commands? True that. Well, would have to assume one semicolon per line. Anyway, I can do it externally with sed or vim. |
|
Oct 31 |
comment |
Is it possible to print more than last line with Get (<<) without using Print commands? Now, if I could filter the script with a regular expression, before evaluating the script and after Get, I could change all occurences of ; to //Print. Is this possible? |
|
Oct 31 |
awarded | Editor |
|
Oct 31 |
comment |
Is it possible to print more than last line with Get (<<) without using Print commands? without using Print[var] because I don't want to have to put in specific variables, I want a general solution... |
|
Oct 31 |
comment |
Is it possible to print more than last line with Get (<<) without using Print commands? I think adding // Print after every line is the best I can do, saves me from having to Print specific variables... |
|
Oct 31 |
revised |
Is it possible to print more than last line with Get (<<) without using Print commands? added 87 characters in body; edited title |
|
Oct 31 |
awarded | Student |
|
Oct 31 |
asked | Is it possible to print more than last line with Get (<<) without using Print commands? |