fish create command

Syntax

fish create s a

Create a FISH symbol with name s and value a.

This command exists for convenience, but in general it is more flexible and reliable to use inline FISH as follows:

[global fred = vector(1,2,3)]