Skip to content

Commit

Permalink
typos
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed May 28, 2024
1 parent 7587eff commit e6a0932
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions table.tsv
Original file line number Diff line number Diff line change
Expand Up @@ -502,10 +502,10 @@ t←{properties}(⎕NINFO⍠1)tns/files Return values of properties for tns/file
{tn}←{timeout} ⎕FHOLD tn {pn} Hold tied file tied with number tn and optionally passnumber pn (can be a matrix of tn {pn}) and time-out in milliseconds System Function Component Files System Function dcf block wait synchronisation synchronization parallel threading greenthreading https://help.dyalog.com/latest/#Language/System%20Functions/fhold.htm
{counts}←{flags}(⎕NDELETE⍠1)files Delete files (with ? and * globbing, if flags 1, tolerate 'file not found') System Function Native Files System Function erase remove expunge )drop wildcards drop without removing erasing eliminate eliminating deleting https://help.dyalog.com/latest/#Language/System%20Functions/ndelete.htm
{0⍴⊂''}←{names} ⎕CY file Copy (optionally selected) names from saved ws System Function File Access System Function import load use transfer import load include items otherworkspace )copy functions variables operators namespaces GUI objects classes interfaces instances dfns.dws https://help.dyalog.com/latest/#Language/System%20Functions/cy.htm
{r}←{msg} ⎕SIGNAL errno/{nvpairs}… Signal an error; nvpairs set ⎕DMX properties System Function Error Message System throwing raise raising emulate props https://help.dyalog.com/latest/#Language/System%20Functions/signal.htm
{r}←{msg} ⎕SIGNAL errno/nvpairs… Signal an error; nvpairs set ⎕DMX properties System Function Error Message System throwing raise raising emulate props https://help.dyalog.com/latest/#Language/System%20Functions/signal.htm
name←{type}{shape} ⎕MAP file {rw} {offset} Associate name with mapped file (from offset) System Function File Access System Function memorymap array mmap() input output load save get put fetch import export native https://help.dyalog.com/latest/#Language/System%20Functions/map.htm
{bytes}←text {encoding {newline}}⎕NPUT file {flags} Write (overwrite if flags is 1, append if flags is 2) text (vector or vector of vectors) to Unicode file System Function Native Files System Function dump cat save to overwrite 🐈 ascii ansi Windows-1252 UTF-8 UTF-16LE UTF-16BE UTF-32LE UTF-32LE vtv charvec charactervector textvector string https://tio.run/##SyzI0U2pTMzJT///X90jNScnX13hUd9Uv4DQEAX13Mq0zJxUvZKKEnUuoOCjtglgOXdXNDmNR11NMM3q4flFOSnqmlhNUTDEa466U2UqdusVjPBp/P8fAA https://help.dyalog.com/latest/#Language/System%20Functions/nput.htm
{exit_context}←{exit_keys {initial_context}} ⎕SR {fields} Allows user to edit/interact with form defined by ⎕SM System Function System System Function read fetch run screen map text-based pseudo-graphics window inputs asynchronous terminal management https://help.dyalog.com/latest/#Language/System%20Functions/sr.htm
{exit_context}←{exit_keys {initial_context}} ⎕SR fields Allows user to edit/interact with form defined by ⎕SM System Function System System Function read fetch run screen map text-based pseudo-graphics window inputs asynchronous terminal management https://help.dyalog.com/latest/#Language/System%20Functions/sr.htm
{rarg}←lock {secs} ⎕NLOCK tn {offset} {bytes} Change region lock status (0:unlock, 1:read, 2:write, optional timeout in seconds) of file tied with number tn System Function Native Files System Function restrict access seal passcode changing converting conversion https://help.dyalog.com/latest/#Language/System%20Functions/nlock.htm
{name}←{name} ⎕WC type {ordered_props} {nvpairs} … Create an instance of a built-in type and set property values System Function Native Files System window gui new https://help.dyalog.com/latest/#Language/System%20Functions/wc.htm
+⍨N Double: 2×N Tacit Monadic Function Mathematical twice https://tio.run/##SyzI0U2pTMzJT////1Hf1EdtExS0H/WuUDDlQuY96t1saIAicmi9IRAb6ZkqGCiASBM94yxDPUMUNRrGCsaPercANVtq/v8PAA https://help.dyalog.com/latest/#Language/Primitive%20Functions/Add.htm
Expand Down

0 comments on commit e6a0932

Please sign in to comment.