Jump to content

User:MagnusY/F* (programming language)

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by MagnusY (talk | contribs) at 18:10, 25 March 2024. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

Article Draft

Overview

Operators

F* supports common arithmetic operators such as +, -, *, and /. Additionally, F* supports relational operators like <, <=, ==, /=, >, and >=.

Data types

Common primitives data types in F* are bool, int, float, char, and unit.

References