Skip to content
This repository was archived by the owner on Jan 28, 2026. It is now read-only.
This repository was archived by the owner on Jan 28, 2026. It is now read-only.

Add usable functions. #24

Description

@kekyo
  • func (makes a function, likes lambda)
  • asc (ascending for iterator)
  • desc (descending for iterator)
  • filter (filter items for iterator)
  • skip (skip items for iterator)
  • take (take items for iterator) aa712cc
  • let (binder)
  • eval (reinterpret from string expression)
  • and (logical calculation)
  • or (logical calculation)
  • not (logical calculation)
  • if (performs conditional operation)
  • using (include .NET static method symbol and ready to use)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions