XES - Programmers Guide - nodeLabel

for information about XES schema see these pages.

Java

for (j=0;j<10;j++){
  label:
  for (i=0;i<10;i++){
    if (i==5) continue label;
    if (i==8) break label;
    printf("%d",i);
  } 
}

Scala

 

 


metadata block
see also:

 

Correspondence about this page

This site may have errors. Don't use for critical systems.

Copyright (c) 1998-2023 Martin John Baker - All rights reserved - privacy policy.