InlineFortran 1.0.0

Very rudimentary right now. Needs some love.

1 inline :Fortran do |builder| 
2   builder.subroutine('print_integer', ["void", "int"], <<-END) 
3     subroutine print_integer( integer ) integer, intent(in) :: integer print *, 'integer: ', integer 
4   end END 
5 end

All Versions

Version Platform Released Documention
1.0.0 ruby October 22nd, 2006 Awaiting Generation

Tags

You need to Login to tag this item.