korben

26 Reputation

3 Badges

16 years, 342 days

MaplePrimes Activity


These are answers submitted by korben

That is I want both the code and the Describe to be asthetically pleasing.

Yes, I realize this, but the problem is that that code is way too ugly. The next best solution I've found is to use \ before each actual line break, which produces no warnings or errors.

proc()
  description "This is the first\
    \nThis is the second.":
end proc:

 

Alternatively I could turn off warnings at the beginning of my file and turn them back on at the end. Maybe I'm anal, but the only goal here is to find a more asthetically pleasing way to write my descriptions.

Page 1 of 1