mirror of
https://github.com/CatalaLang/catala.git
synced 2024-11-12 21:48:25 +03:00
13 lines
179 B
Plaintext
13 lines
179 B
Plaintext
@Article@
|
|
|
|
/*
|
|
new scope A:
|
|
param x content date
|
|
param y content date
|
|
param z content duration
|
|
|
|
scope A:
|
|
def x := |01/01/2019|
|
|
def y := |09/30/2002|
|
|
def z := x -@ y
|
|
*/ |