Subroutine swap(ix,iy)it=ixix=iyiy=itend ia=3ib=8 call swap(ia,ib+5)print ia,ibend
Standard input is empty
prog.f95:11.5: print ia,ib 1 Error: Deleted feature: ASSIGNED variable in FORMAT tag at (1)
Standard output is empty
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!