J
Junyoung Kim
I wanna create a full string depends on some variables.
let me give example.
def sayOddOrNot(aNum)
sFullStr = << END_OF_FULL_STR
the num is SOMETHING(ODD OR NOT)
END_FULL_STR
end
how can I complete a full string depends of aNum variable in a string?
let me give example.
def sayOddOrNot(aNum)
sFullStr = << END_OF_FULL_STR
the num is SOMETHING(ODD OR NOT)
END_FULL_STR
end
how can I complete a full string depends of aNum variable in a string?