How to present action that expresses in some application-dependent action language?

In the UML References that show that an action can be expressed in some application-dependent action language as below:

For (Account a: accounts)
a.VerifyBalance();
end_for

See http://www.uml-diagrams.org/activity-diagrams-reference.html.

How do i implement this in Visual Paradigm?