Jump to content

Transportation problem: Difference between revisions

m
→‎{{header|REXX}}: slight improvement for default case in sourcelines
m (→‎{{header|REXX}}: another fix - good to have testers out there :-()
m (→‎{{header|REXX}}: slight improvement for default case in sourcelines)
Line 4,040:
init:
If lines(fid)=0 Then Do
Say 'Input file not specified or not found. Using default input instead.'
in.1=sourceline(4)
Do i=1 To 5
Parse Var in.1 numSources .
Do i=12 To 5numSources+3
in.i=sourceline(i+3)
End
2,295

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.