9.3.0.2
4.2
Originates from 双 and .
All the procedures in this page are implemented in Ming, therefore, the source code can be seen as a demonstation of it.
Almost same as 弔 except that it refs an element in the sense of human(from 1 instead of 0).
Example:
> (𢎨 '(a b c d e f g) 1) 'a
Examples:
> ( '(a b c d e f) 0) '()
> ( '(a b c d e f) 0 0) '()
> ( '(a b c d e f) 1 0) '(a)
> ( '(a b c d e f) 2 1) '(b)
> ( '(a b c d e f) 2 0) '(a b)
> ( '(a b c d e f) 5 0) '(a b c d e)
> ( '(a b c d e f) 5 2) '(c d e)
> ( '(a b c d e f) 0) '(a b c d e f)
> ( '(a b c d e f) 0 0) '()
> ( '(a b c d e f) 0 1) '(a)
> ( '(a b c d e f) 1 2) '(b)
> ( '(a b c d e f) 0 2) '(a b)
> ( '(a b c d e f) 0 5) '(a b c d e)
> ( '(a b c d e f) 2 5) '(c d e)
Example:
> ( '(a b c d e f g) 1 3) '(b c d)
🐘 巨
Examples:
Example:
> (彐? 'c '(a b c d e c f)) #t
Example:
> ( 'c '(a b c d e c f)) '(a b d e f)
Examples:
🐘
procedure
(? V) → boolean?
V : any?
Examples:
procedure
(? V) → boolean?
V : any?
Examples:
procedure
(? V) → boolean?
V : any?
procedure
(? V) → boolean?
V : any?
procedure
(? V) → boolean?
V : any?
procedure
(? V) → boolean?
V : any?
procedure
(? V) → boolean?
V : any?
Examples: