Re: [fricas-devel] Simplest way to create Symbols in Spad?

2021-09-01 Thread Bill Page
You might find the following useful: (1) -> name(xx) (1) xx Type: Symbol (2) -> new() (2) %A Type: Symbol (3) -> new() (3) %B

Re: [fricas-devel] Simplest way to create Symbols in Spad?

2021-08-05 Thread Waldek Hebisch
On Thu, Aug 05, 2021 at 10:18:43AM +, Neven Sajko wrote: > Hello, > > I know that I can create a Symbol like so: > "n"::Symbol > > But is there a simpler way, like there is for strings (just "n", with > the double quotes). In Spad just use 'x, that is single quote before x. In interpreter

[fricas-devel] Simplest way to create Symbols in Spad?

2021-08-05 Thread Neven Sajko
Hello, I know that I can create a Symbol like so: "n"::Symbol But is there a simpler way, like there is for strings (just "n", with the double quotes). Thanks, Neven -- You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To