LSP is a great language that can do an amazing amount of things with a couple of hundred commands. But I need to convert some of it to C#. All the online requests are for automatic program conversions. I would prefer some documentation that shows a single LSP command equivalent in C#. (SETQ A 2) is simple - it's just A = 2 (except for the variable type declarations). But what is the equivalent for SSGET, APPEND, SIN, SUBSTR, etc. Has anyone got a link to a document that shows this?