Skip to content
This repository has been archived by the owner on Oct 28, 2024. It is now read-only.

Commit

Permalink
refactor pluscal
Browse files Browse the repository at this point in the history
  • Loading branch information
FedericoPonzi committed Sep 28, 2024
1 parent 8926faf commit 0fc8891
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/learning/pluscal.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ PlusCal is an algorithm language—a language for writing and debugging algorith

The easiest way to learn pluscal, is to read the Pluscal tutorial by Lamport. Free, and readable online; it can be found here: https://lamport.azurewebsites.net/tla/tutorial/contents.html

## C-style vs P-Style

Pluscal comes into two flavors: C-Style and P-Style. For a more complete overview of Pluscal, there is a manual available for each style: [c-manual.pdf](https://lamport.azurewebsites.net/tla/c-manual.pdf), [p-style.pdf](https://lamport.azurewebsites.net/tla/p-manual.pdf).

Expand Down

0 comments on commit 0fc8891

Please sign in to comment.