2
19
Fork
You've already forked array
3

man search update, added explanation about global/local functions #41

Closed
kapitaali wants to merge 6 commits from kapitaali/array:updatehelp into master
pull from: kapitaali/array:updatehelp
merge into: loke:master
loke:master
loke:jdk25
loke:tmp-generic-window-management
loke:experiment-assign-to-function-expression
loke:feature-error-highlight
loke:feature-mosaic-ui
loke:feature-sdl
loke:feature-rationalise-reduced
loke:adaptive-experiment
loke:bugfix-linux-charconversions
loke:vector-ops
loke:vector-jvm
loke:sane-reduce
loke:formatter
loke:bitarrays
loke:array-builder
loke:jvm-android-split-new
loke:nested-function-calls-bug
loke:multi-dimensional-string-formatting
loke:ride-impl
loke:codeberg-test
loke:jvm-android-split
loke:libreoffice-module-classloader
loke:optimise-single-element-array
loke:parser-callbacks
loke:new-jline-completion
loke:java-readline
loke:test-tools
loke:int-list-opt
loke:linux-ffi
loke:ffi
loke:isqrt
loke:inter-thread-datatransfer
loke:metadata-highlight
loke:numeric-total-ordering
loke:libreoffice
loke:langbar-javafx
loke:port-mpbignum-to-wasmjs
loke:aesh-test
loke:zero-parser
loke:java21
loke:fxcontrols-spreadsheet-fork
loke:javafx-reporting
loke:new-http
loke:new-optimiser
loke:sixel-renderer
loke:native-input
loke:lambda-scope
loke:custom-renderer
loke:formatter-test
loke:local-functions-fix
loke:kap-rational
loke:bigint2
loke:bigint
loke:reporting
loke:dynamic-assign
loke:structure-viewer2
loke:return-impl
loke:escape-analysis
loke:fork-new-syntax
loke:structural-under
loke:axis-eval
loke:binomial-impl
loke:new-enclose
loke:short-fn-definition
loke:compose-impl
loke:specialised-arrays
loke:ops
loke:domino
loke:clientweb
loke:lcm
loke:gui-experiments
loke:suspend
loke:thread-support
loke:closures_wip
loke:inner-join
loke:maths_axis
loke:keyboard
loke:resultlist3
loke:error-locations
loke:axis-work
Contributor
Copy link

]man now suggests you to try searching if it does not find something

]man now suggests you to try searching if it does not find something
@ -5352,2 +5362,3 @@
} else {
io:println man:m[input[0]]
res ← man:m[input[0]]
if ((typeof res)≢'kap:null) {
Owner
Copy link

When checking for null, one can just compare with the value null. There should be no need to call typeof. The following comparison should work: null≡res.

When checking for null, one can just compare with the value null. There should be no need to call typeof. The following comparison should work: `null≡res`.
Author
Contributor
Copy link

fixed in #44

fixed in #44
kapitaali marked this conversation as resolved
kapitaali closed this pull request 2025年12月02日 09:54:48 +01:00

Pull request closed

Please reopen this pull request to perform a merge.
Sign in to join this conversation.
No reviewers
Labels
Clear labels
No items
No labels
Milestone
Clear milestone
No items
No milestone
Projects
Clear projects
No items
No project
Assignees
Clear assignees
No assignees
2 participants
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
loke/array!41
Reference in a new issue
loke/array
No description provided.
Delete branch "kapitaali/array:updatehelp"

Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?