view interps/cfunge/cfunge-src/tests/sysinfo-multi-stack-sizes.b98 @ 7759:b4341511eb47

<fizzie> ` echo -e \'#! /bin/bash\\ncmd="$1"\\nshift\\nf="$*"\\nif [ -z "$f" && "$f" == *\\\\ * ]; then f="${cmd#* }"; cmd="${cmd%% *}"; fi\\nif [ -z "$f" ]; then echo try: \\\\`f command filename; else "$cmd" "$(< "$f")"; fi\' > bin/f
author HackBot
date Wed, 04 May 2016 21:35:48 +0000
parents 859f9b4339e6
children
line wrap: on
line source

120{1230{aaaaaa0y2a*1+k$....a,@
; This should print:                                   ;
; 3 4 5 6                                              ;
; or                                                   ;
: 3 6 5 4                                              ;
; I'm not clear on what one is correct. Please tell me ;
; if you find out                                      ;
; Based on code from Matti Niemenmaa (mycology author) ;
; Then modified to test more than two stacks           ;