I am currently trying to convert a code from mathematica to maxima. I keep coming across (* ::Input:: *)
and i am not sure what it means. I would appreciate any help.
Asked
Active
Viewed 98 times
0

sr01853
- 6,043
- 1
- 19
- 39

user1558881
- 225
- 1
- 6
- 14
-
`(*
*)` means comment – Dims Jan 29 '13 at 18:16
2 Answers
2
(* <anything> *)
means comment.
Like /* <anything> */
in C++
.

Dims
- 47,675
- 117
- 331
- 600
-
Ah thank you very much. I misunderstood what the comments were. Big Help – user1558881 Jan 29 '13 at 19:06