De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.
@PRED
Windows ✓Linux ✓macOS ⏳
Syntax
@PRED(<value>)
Description
This function returns the predecessor of <value>, i.e. <value> - 1. It is more efficient than using @diff(<value>,1)..
OK
Unchanged.
Example
%P = @PRED(%P)