Skip to content

変数定義と利用 #2

Description

@EbiseLutica

変数は,ビルトインコマンドで表現する.

+set "a", 40
: `+get "a"`   //40

簡潔に書けるように,糖衣構文も用意する.

@a = 40  // シェルライク
let a=40 // 高級言語ライク

: $a です // シェルライク
: `$a` です //コマンド展開に任せる

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions