Skip to content

Commit

Permalink
Fix #121
Browse files Browse the repository at this point in the history
  • Loading branch information
abrudz committed Oct 8, 2024
1 parent 3889c0f commit 40987ba
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 @@ -2543,7 +2543,7 @@ x←⎕ Evaluate user input (from stdin) and return result Syntax Array Express
⍞←x Output x to session without trailing newline via stderr (without trailing line break) Syntax Assignment Expression quotequad quadquote ending print avoiding https://help.dyalog.com/latest/#Language/System%20Functions/Character%20Input%20Output.htm
charvec←⍞ Return one line of user input from stdin Syntax Array Expression quotequad quadquote characterinput rawinput input() readline() readln() prompt() first enter https://help.dyalog.com/latest/#Language/System%20Functions/Character%20Input%20Output.htm
name←⍞ Assignment of character vector without needing to double quotes Expression Text characterinput gets is copula let define naming denotes means list string https://help.dyalog.com/latest/#Language/System%20Functions/Character%20Input%20Output.htm
:Implements Trigger * Declare function as a trigger function called when any global variable is changed in the same namespace Syntax Control Keyword Expression declaration declare oo objectorientation https://help.dyalog.com/latest/#Language/Defined%20Functions%20and%20Operators/Triggers/Global%20Triggers.htm
:Implements Trigger * Declare function as a trigger function called when any global variable is changed in the same namespace Syntax Control Keyword Expression declaration declare oo objectorientation watcher watching https://help.dyalog.com/latest/#Language/Defined%20Functions%20and%20Operators/Triggers/Global%20Triggers.htm
:Implements Constructor :Base expr Function is a class constructor which calls the base constructor with the result of 'expr' as argument Syntax Control Keyword Expression declaration declare oo objectorientation
0::any error Covers all errors (errors 1–999) Error Message catch errno try errorhandling trapping exception
1::WS FULL There is insufficient workspace in which to perform an operation Error Message trap catch errno size memory resources maxws ⎕wa https://help.dyalog.com/latest/#Language/Errors/WS%20FULL.htm
Expand Down Expand Up @@ -2877,7 +2877,7 @@ op←{⍵⍵ ⍺} Prototypical dyadic dop deriving dyadic functions Syntax Dyadi
⍎⌽⍕⌈*○≡⍬ Meaning of life (modern) Constant Expression hitchhiker'sguidetothegalaxy hitchhikersguidetothegalaxy Deep Thought 42 HG2G HHGTTG H2G2 tHGttG the Answer to the Ultimate Question Life, the Universe, and Everything new updated https://tio.run/##ASsA1P9hcGwtZHlhbG9n///ijpXihpAg4o2O4oy94o2V4oyIKuKXi@KJoeKNrP//
+/∧\' '=D Fast: The number of leading blank spaces in each row of D Expression Performance Text speed optimised optimized quick blanks start beginning idiom string
3600÷⍨-/20⎕DT'JZ' Local time-zone offset from UTC Constant Expression Data Conversion timezone tz utc+ utc- which
:Implements Trigger name1{,name2,name3,…} Delare function as a trigger function called when any of the listed variables is changed Syntax Control Keyword Expression declaration declare oo objectorientation https://help.dyalog.com/latest/#Language/Defined%20Functions%20and%20Operators/Triggers/Triggers.htm
:Implements Trigger name1{,name2,name3,…} Delare function as a trigger function called when any of the listed variables is changed Syntax Control Keyword Expression declaration declare oo objectorientation watcher watching https://help.dyalog.com/latest/#Language/Defined%20Functions%20and%20Operators/Triggers/Triggers.htm
'__fi__MMM'(1200⌶)29×⍳12 Short Finnish month names ('TAMMI' 'HELMI'…) Expression Text of months https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Format%20Datetime.htm
'__fi__Mmmm'(1200⌶)29×⍳12 Finnish month names ('Tammikuu' 'Helmikuu'…) Expression Text of months https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Format%20Datetime.htm
'__fr__MMM'(1200⌶)29×⍳12 Short French month names ('JANV.' 'FÉVR.'…) Expression Text of months https://help.dyalog.com/latest/#Language/I%20Beam%20Functions/Format%20Datetime.htm
Expand Down

0 comments on commit 40987ba

Please sign in to comment.