Styio Book
CtrlK
English
English
  • Styio
    • Examples
  • Hello, World
  • Resources
  • Variable
  • Function
  • Operators
  • Operator Overloading
  • None
  • Essential Idea
    • Syntax Overview
    • Runtime
    • λ-Calculus
    • Binding
    • Filling
  • Type System
    • Overview
    • Int
    • Float
    • Bool
    • Enum
  • Symbol
    • @
    • ->
      • Embedding
      • Extraction
      • One-To-One (Bijection)
    • <-
    • >_
    • $
    • ?= { => , _ => }
      • ?=
      • =>
    • <:
    • :
    • :=
    • :)
  • Primitive Design
    • BNF
    • LL(n)
    • Example
    • Binary Operation
  • Implementation
    • Minimal
    • Cases
    • Parse (Type)
  • Control Flow
    • if...else
    • while
    • for
    • match
  • Collection
    • Struct
    • Array
    • List
    • Record
    • Dictionary
  • Iterator
    • Iterator: Infinite Loop
    • Iterator: Tuple / List
    • Iterator: Dictionary
    • Iterator: Any
  • Error
    • I/O
  • Semi-Ring
    • Primitive
    • Aggregation
      • sum
      • count
      • avg
      • max / min
      • first / last
  • Module
    • Entrance
    • Domain
    • Free Cursor
  • Contribution
    • Commit Message
  • Deprecated
    • Page 1
  • Archive
    • Smile!
    • Keywords
    • Type
    • BrainFuck
Powered by GitBook
On this page
  1. Symbol

<-

Backward Redirect: Load resource and redirect to the left.

Write (Export)

d -> @("./data.json");
PreviousOne-To-One (Bijection)Next>_

Last updated 2 years ago