Skip to content

Commit

Permalink
[kdb+/en] Update KX links (#4569)
Browse files Browse the repository at this point in the history
  • Loading branch information
lukeholmescodes authored May 13, 2024
1 parent bd5b3fb commit 4bf3759
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions kdb+.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ floor 3.14159 / => 3
/ ...getting the absolute value...
abs -3.14159 / => 3.14159
/ ...and many other things
/ see http://code.kx.com/q/ref/card/ for more
/ see http://code.kx.com/q/ref/ for more
/ q has no operator precedence, everything is evaluated right to left
/ so results like this might take some getting used to
Expand Down Expand Up @@ -713,8 +713,8 @@ first each (1 2 3;4 5 6;7 8 9)
{x + y}\[1 2 3 4 5] / => 1 3 6 10 15 (i.e. the running sum)
{x + y}/[1 2 3 4 5] / => 15 (only the final result)
/ There are other adverbs and uses, this is only intended as quick overview
/ http://code.kx.com/q4m3/6_Functions/#67-adverbs
/ There are other iterators and uses, this is only intended as quick overview
/ http://code.kx.com/q4m3/6_Functions/#67-iterators
////// Scripts //////
/ q scripts can be loaded from a q session using the "\l" command
Expand Down

0 comments on commit 4bf3759

Please sign in to comment.