This repository has been archived on 2022-05-15. You can view files and clone it, but cannot push or open issues or pull requests.
Files
Kollokvium0307/Латин Ярослав/2ch.fs

16 lines
174 B
Forth

module kolok
let mutable x = []
let mutable refx = ref x
let _ = refx <- ref [2]
//let _ = refx <- ref [true]
printf "%O\n" refx
printf "%A\n" refx