Type for a single mathematical token
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | t | = | T_NONE | Token type |
|
real(kind=wp), | public | :: | a | = | 0.0_wp | Token real value (if any) |
|
character(len=8), | public | :: | s | = | '' | Token label (if any) |