class BOAST::Reference

Public Class Methods

string(arg1, arg2, return_type) click to toggle source
# File lib/BOAST/Language/Operators.rb, line 80
def Reference.string(arg1, arg2, return_type)
  return " #{arg2}" if lang == FORTRAN
  return " &#{arg2}"
end