command
module
Version:
v0.0.0-...-f9a8b3a
Opens a new window with list of versions in this module.
Published: Oct 1, 2023
License: MIT
Opens a new window with license information.
Imports: 22
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
README
¶
Lispread - Lisp/Spread
This is the fork of csview that
supports gmnlisp code in the cell.

Functions
(rc R C)
... refer the cell value at R:C as string
(rc% R C)
... refer the cell value at R:C as integer
(rc! R C)
... refer the cell value at R:C as float
(sum% R1 C1 R2 C2)
... the sum of the cells between R1:C1 and R2:C2 as integer
(sum! R1 C1 R2 C2)
... the sum of the cells between R1:C1 and R2:C2 as float
R:C
is the relative address (row and column number) from the current cell.
Readline with SKK[^SKK]
When the environment variable GOREADLINESKK is defined, go-readline-skk is used.
- Windows
set GOREADLINESKK=SYSTEMJISYOPATH1;SYSTEMJISYOPATH2...;user=USERJISYOPATH
- (example)
set GOREADLINESKK=~/Share/Etc/SKK-JISYO.L;~/Share/Etc/SKK-JISYO.emoji;user=~/.go-skk-jisyo
- Linux
export GOREADLINE=SYSTEMJISYOPATH1:SYSTEMJISYOPATH2...:user=USERJISYOPATH
[^SKK]: Simple Kana to Kanji conversion program. One of the Japanese input method editor.
Documentation
¶
There is no documentation for this package.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.