PF markup which would be suitable for quoting say a sequence of Maple

  • Context: Maple 
  • Thread starter Thread starter Chris Hillman
  • Start date Start date
Join the discussion
Registration is free. Ask a follow-up in this thread, or start your own.
2 replies · 2K views
Science Advisor
Messages
2,355
Reaction score
10
Hi all,

Is there any PF markup which would be suitable for quoting say a sequence of Maple commands in a readable fashion?
 
Physics news on Phys.org
Chris Hillman said:
Hi all,

Is there any PF markup which would be suitable for quoting say a sequence of Maple commands in a readable fashion?
use [ CODE ] [ /CODE ]

Code:
do
  print(`Hello, World`)
od:
 
Just what I wanted!

robphy said:
use [ CODE ] [ /CODE ]

Code:
do
  print(`Hello, World`)
od:

Perfect! Thanks, Rob!