Create a list of constant stored actions?

Is it possible to declare a list of stored actions as a constant list? For example, something like:

Jumping jacks is a list of stored actions that varies. Jumping jacks is initially {action of jumping, action of jumping, action of jumping}.

… only it will compile?

I don’t think the name of stored actions start with “action of.” This seems to compile:

Jumping jacks is a list of stored actions that varies. Jumping jacks is initially {jumping, jumping, jumping}.

though I haven’t tried to do anything with it.

EDIT-ADD: I should say, they don’t start with “action of” anymore. It looks like in older versions the name of the stored action would be “the action of jumping.”

Thanks, matt w.

I was running into this in a 6L38 environment – forgot to mention that. Your suggestion definitely works in 6M62, and I have a workaround for 6L38.

“action of jumping” still works inside (rule) code – there’s a phrase definition for that. But not in compile-time declarations.